home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 42 / Amiga Format AFCD42 (Issue 126, Aug 1999).iso / -serious- / programming / other / ioblixdevkit / c / include / proto / ioblix.h < prev   
C/C++ Source or Header  |  1999-05-14  |  226b  |  12 lines

  1. #ifndef _PROTO_IOBLIX_H
  2. #define _PROTO_IOBLIX_H 1
  3.  
  4. #include <resources/ioblix.h>
  5.  
  6. extern struct IOBlixResource *IOBlixBase;
  7.  
  8. #include <clib/ioblix_protos.h>
  9. #include <pragmas/ioblix_pragmas.h>
  10.  
  11. #endif  /*  _PROTO_IOBLIX_H  */
  12.